CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - local search algorithm

搜索资源列表

  1. P2P_query_arithmetic

    0下载:
  2. 查询扩展是解决信息获取领域中用词歧义性问题的关键技术,并被广泛应用于搜索引擎中,获得了巨 大的成功.然而,由于P2P(peer-to-peer)系统是一个分散的、动态的系统,在P2P 环境下进行有效的查询扩展具有 一定的挑战性.首先,利用查询与文档的关联关系构建了LEM(local expansion method)查询扩展方法 然后,基于 查询与文档用词的直接关联,提出了HEM(history_based expansion method)查询扩展方法.在此基础上,提出了一 种
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:180817
    • 提供者:YouToo22
  1. AFusionOfCrossoverAndLocalSearch

    0下载:
  2. 《融合的交叉和局部搜索》本文使用一个新的遗传算子的交叉融合(MSXF称为关联的交叉结合起来经营者以邻域搜索算法。    -《Integration of the cross and the local search》This article uses a new genetic operator of crossover fusion (MSXF called the associated operators to combine cross-neighborhood search al
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:132235
    • 提供者:zhengyan
  1. Studies-on-Fuzzy-C-Means-Based-on-Ant-Colony-Algo

    0下载:
  2. A fault identification with fuzzy C-Mean clustering algorithm based on improved ant colony algorithm (ACA) is presented to avoid local optimization in iterative process of fuzzy C-Mean (FCM) clustering algorithm and the difficulty in fault cl
  3. 所属分类:Development Research

    • 发布日期:2017-03-23
    • 文件大小:273117
    • 提供者:rishi
  1. 1234255

    1下载:
  2. 介绍了一种利用量子行为粒子群算法(QPSO)求解多峰函数优化问题的方法。为此,在 QPSO中引进一种物种形成策略,该方法根据群体微粒的相似度并行地分成子群体。每个子群体是 围绕一个群体种子而建立的。对每个子群体通过QPSO算法进行最优搜索。从而保证每个峰值都有 同等机会被找到,因此该方法具有良好的局部寻优特性。将基于物种形成的QPSO算法与粒子群算 法(PSO)对多峰优化问题的结果进行比较。对几个重要的测试函数进行仿真实验结果证明,基于物 种形成的QPSO算法可以尽
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:343072
    • 提供者:zhuifenger
  1. swarm-optimization-algorithm-

    0下载:
  2. 子群优化算法,并把次算法用于求解旅行商问题.为了增强算法的局部搜索能力,在改进的算法中加入倒置,局部搜索等方法,同时利用遗传算法的全局搜索能力强的特点对求到的解再进行优化,同时,对于搜索全局最优路径方面,通过应用消除交叉路径的方法进行了优化.-Sub swarm optimization algorithm, and the second algorithm is used to solve the traveling salesman problem. In order to enhance
  3. 所属分类:Development Research

    • 发布日期:2016-11-29
    • 文件大小:572416
    • 提供者:燕子
  1. LSset

    0下载:
  2. 10余种局部搜索算法,包含了大量近年来局部搜索算法的研究-10 kinds of local search algorithms, including a large number of studies in recent years, local search algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-05-18
    • 文件大小:4855335
    • 提供者:梁桉洋
  1. sgrasp

    0下载:
  2. This paper is a survey of greedy randomized adaptive search procedures (GRASP). GRASP is a multi-start or iterative procedure where each GRASP iteration con- sists of a construction phase, where a feasible solution is constructed, followed by a l
  3. 所属分类:Software Testing

    • 发布日期:2017-03-29
    • 文件大小:106999
    • 提供者:Nydiron
  1. image-feature

    0下载:
  2. 把 SIFT 算法应用在牙齿模型图像上,检测牙齿图像的特征点。 方法:首先采用高斯差分算子 DoG 搜索整个图 像的尺度和位置信息,从而确定具有代表性尺度、方向的特征点。基于其稳定性选择关键点,得到一个详细的模型以确定每个候 选点的合适位置和范围。基于局部图像梯度方向信息将方向矢量和关键点对应起来。在选定范围内的每个关键点周边区域测量 局部图像梯度,并采用 KNN 算法进行特征匹配。 结果:通过大量的实验和与其他特征提取方法相比较,该方法能有效地检测牙 齿模型图像的特征,并为牙齿
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:991252
    • 提供者:焦婷
  1. ACO-TSP

    0下载:
  2. Ant Colony Optimization Algorithm (ACO) and TSP ACO algorithm mimics the behavior of real life ants and on how they interact with each other. The basic philosophy of the algorithm involves the movement of a colony of ants through the different stat
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:13949
    • 提供者:sorayya
  1. RRT-algorithmtype

    0下载:
  2. 针对基本快速扩展随机树(RRT)算法存在搜索过于平均、效率低下、用时较长的缺陷,提出了一种偏向目标型的改进型RRT算法。这种算法在生成随机点时以一定概率选择最终目标点作为局部目标点,使树的扩展有一个趋向于最终目标点的趋势,从而加快了算法的收敛速度,优化了规划路径-For basic fast Random Tree (RRT) search algorithm exists too mean, inefficient, long time with defects, we proposed a
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:107897
    • 提供者:丘海健
  1. FuzzyPSO_2010-(1)

    0下载:
  2. A Fuzzy-Particle Swarm Optimization Based Algorithm for Solving Shortest Path Problem. Abstract—In this paper, an efficient particle swarm optimization (PSO) algorithm based on fuzzy logic for solving the single source shortest path proble
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:203826
    • 提供者:mina
  1. The-Systematic-Trajectory-Search-Algorithm-for-Fe

    0下载:
  2. In this paper we present the systematic trajectory search algorithm (STSA) which first globally explores the solution space then makes thorough local searches in promising areas. The STSA has been tested on training feedforward neural network
  3. 所属分类:software engineering

    • 发布日期:2017-05-05
    • 文件大小:340729
    • 提供者:samir
  1. A late acceptance hill climbing algorithm

    1下载:
  2. 通过加入Late Acceptance Strategy,改进了爬山局部搜索算法,该算法在求解某些benchmark函数时,比禁忌搜索和模拟退火等局部搜索算法更好。(by Late Acceptance Strategy, An improved hill climbing local search algorithm is proposed which outperforms Tabu and SA when solving some benchmark functions.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-21
    • 文件大小:2738176
    • 提供者:DRen
搜珍网 www.dssz.com